chore: fix JavaScript lint errors (issue #11123)#11136
chore: fix JavaScript lint errors (issue #11123)#11136Dharaneeshsl wants to merge 1 commit intostdlib-js:developfrom
Conversation
|
Ref: #11133 |
|
👋 Hi there! 👋 And thank you for opening your first pull request! We will review it shortly. 🏃 💨 Getting Started
Next Steps
Running Tests LocallyYou can use # Run tests for all packages in the math namespace:
make test TESTS_FILTER=".*/@stdlib/math/.*"
# Run benchmarks for a specific package:
make benchmark BENCHMARKS_FILTER=".*/@stdlib/math/base/special/sin/.*"If you haven't heard back from us within two weeks, please ping us by tagging the "reviewers" team in a comment on this PR. If you have any further questions while waiting for a response, please join our Zulip community to chat with project maintainers and other community members. We appreciate your contribution! Documentation Links |
|
Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Coverage ReportNo coverage information available. |
Resolves #11123.
Description
This pull request fixes a CI JavaScript lint failure by updating
funseqAsyncin@stdlib/utils/async/function-sequenceto comply with thestdlib/no-new-arrayESLint rule.Related Issues
This pull request has the following related issues:
Questions
Yes. I am interested in contributing through GSoC 2026. Could you please share the recommended next steps (e.g., where to follow announcements, how to engage with mentors, and expectations for proposal preparation)?
Other
This contribution is part of my Google Summer of Code (GSoC) preparation.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
I used ChatGPT to identify the lint rule violation pattern and suggest a compliant replacement. I manually applied and verified the final change before submission.
@stdlib-js/reviewers